MessageIsRecurring Property

Contains true if the task or appointment is recurring.

Definition

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public bool IsRecurring { get; set; }

Property Value

Boolean
true if this instance is recurring; otherwise, false.

See Also